home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / boards / retina / retinafract076.lha / RFractV0.761.Doc < prev    next >
Text File  |  1994-06-28  |  3KB  |  140 lines

  1. Documentation for "RETINAFRACT"
  2.  
  3. @$Ver: RFract_V0.76
  4.  
  5.  
  6. 1. Short:
  7.  
  8. RETINAFRACT is a fractal-program for the Retina Z2/Z3- card.
  9. It can render 8Bit-colered pictures in wonderfull Resolutions.
  10. It was written completeley in Assembler and it uses the FPU-
  11. Extended-Real format so it is quick and can calculate in a range
  12. from 10^-8192 to 10^+8192 !
  13.  
  14.  
  15. 2. System-requirement:
  16.  
  17.  Kickstart:            >= 2.0
  18.  CPU/FPU:            >= 68020 + 68881/882 oder 68040
  19.  Grafic-Adapter:    Retina, any RAM
  20.  RAM:                    10k program + buffer
  21.                         Size of buffer: 2*horizontal pix * vert pix
  22.                         z.B. 1024x768: 1,6 MB
  23.                         The buffer is only used when saving a picture.
  24.  Libraries:            Retina.library
  25.                         Asl.library
  26.  
  27. 3. Law
  28.  
  29. This program is Shareware, that means, that, if You like it,
  30. You should send about 10$ to the following address (I spendet
  31. a lot of time to make this program)
  32.  
  33.     Christoph Mayer
  34.     St.-Sebastian-Str. 3
  35.     86470 Thannhausen
  36.  
  37. All rights are reserved to the author of this program.
  38. You can copy it freely as long as you don't change the files
  39. and copy this documentation with it.
  40.  
  41. If You find bugs or want something changed, you can write to me
  42. or send a message to EMail chris@Teflon.rz.uni-augsburg.de.
  43.  
  44.  
  45. 4.How Do I Use?:
  46.  
  47. !!!!!!!  This is a CLI-program. Don't start it with an icon because a
  48.             Software-Failure would occure     !!!!!!!!!!!!!!!!!!
  49.  
  50. So simply start a shell and type:
  51.  
  52.  RfractV0.761 
  53.  
  54. .
  55. RFract immediatly starts to render a Mandelbrot-Pic with 320x200
  56. Pixels and 64 Iterations. You can stop it with CTRL-C.
  57. Außerdem ist die vordefinierte Palette nicht immer die
  58. schönste. Deshalb gibt es einige Extra-Funktionen.
  59. Es stehen folgende Auflösungen zur Verfügung:
  60.  
  61. Key    | Screen    | Iterations      | comment
  62.  
  63. 1          160x127      32                 only for fast selecting an area
  64.  
  65. 2          320x200      64                 also
  66.  
  67. 3          640x512      128                 nice
  68.  
  69. 4          800x600      256                 good, but not as fast as low res.
  70.  
  71. 5         1024x768      256                 phantastic
  72.  
  73. 6         1280x1024      512                 also
  74.  
  75. 7         1600x1200      256                 insane
  76.  
  77. 8         1900x1426      512                 ultimate,but time!
  78.  
  79.  
  80. Fraktal-types:
  81.  
  82. m    Mandelbrot    Apfelmännchen    (You know it, fast)
  83.  
  84. j    Julia           of Mandelbrot. (An cross occures. With that You can
  85.                     point on the coordinates that will be used as the
  86.                     Julia-Constant.
  87.  
  88. x    exp            Exponent(z/1.8) * Lamda    (interresting)
  89.  
  90. c    cosexp        Cosinus-Exponent-Fraktal    (pretty)
  91.  
  92. i    sinexp        Sinus-Exponent-Fraktal    (nice, but slow)
  93.  
  94.  
  95. Weitere Tastenbelegungen:
  96.  
  97. a    define area-> render a part of the fractal.
  98.  
  99. p    Palette load-> A requester occures in order to get the name
  100.                         of the palette to be loaded (256 colors)
  101.  
  102. s    Save->    A requester occures and You can type in the save-name.
  103.                 !!!! Type in or select a path name or nothing will be saved !!!!!
  104.                  There have to be opened 2 Buffers because a conversion
  105.                 has to be made and reading single pixels from the retina
  106.                 is real slow. It's obvious that You need a lot of RAM
  107.                 because of this.
  108.  
  109. CTRL C    Stop rendering
  110.  
  111. ESC        stop area-definition
  112.  
  113. q    Quit-> quit program. You have to stop rendering first (CTRL C)
  114.  
  115.  
  116. 5. Known bugs:
  117.  
  118. The programm does not work with a CON:-patch, that patches the Keyboard-
  119. behaviour (for example KingCon).
  120.  
  121.  
  122. 6.    Future releases:
  123.  
  124. Probably, i will create a gui-controlling for the program and add some functions.
  125. Well, but i don't know when i have the time to do this.
  126.  
  127.  
  128. 7. Contents:
  129.  
  130. RetinaFract.lha:
  131.   RFractV0.761
  132.   RFractV0.761.doc
  133.   RFractV0.761.dok
  134.   Paletten (DIR)
  135.  
  136.  
  137. That's all, folks!
  138.  
  139.  
  140.